home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- import flash.display.DisplayObject;
- import flash.display.DisplayObjectContainer;
- import flash.display.Sprite;
- import flash.geom.Rectangle;
- import mx.managers.ISystemManager;
-
- public interface IUIComponent extends IFlexDisplayObject
- {
- function set enabled(param1:Boolean) : void;
-
- function set measuredMinWidth(param1:Number) : void;
-
- function set isPopUp(param1:Boolean) : void;
-
- function get percentWidth() : Number;
-
- function set percentWidth(param1:Number) : void;
-
- function get baselinePosition() : Number;
-
- function initialize() : void;
-
- function getExplicitOrMeasuredWidth() : Number;
-
- function set percentHeight(param1:Number) : void;
-
- function get minHeight() : Number;
-
- function getExplicitOrMeasuredHeight() : Number;
-
- function get document() : Object;
-
- function get explicitMaxWidth() : Number;
-
- function set scrollRect(param1:Rectangle) : void;
-
- function get cacheAsBitmap() : Boolean;
-
- function get maxHeight() : Number;
-
- function get minWidth() : Number;
-
- function owns(param1:DisplayObject) : Boolean;
-
- function get opaqueBackground() : Object;
-
- function setVisible(param1:Boolean, param2:Boolean = false) : void;
-
- function get owner() : DisplayObjectContainer;
-
- function set document(param1:Object) : void;
-
- function get tweeningProperties() : Array;
-
- function get enabled() : Boolean;
-
- function get isPopUp() : Boolean;
-
- function get explicitMinHeight() : Number;
-
- function set focusPane(param1:Sprite) : void;
-
- function get maxWidth() : Number;
-
- function get percentHeight() : Number;
-
- function set tweeningProperties(param1:Array) : void;
-
- function get explicitMaxHeight() : Number;
-
- function get focusPane() : Sprite;
-
- function parentChanged(param1:DisplayObjectContainer) : void;
-
- function set opaqueBackground(param1:Object) : void;
-
- function set measuredMinHeight(param1:Number) : void;
-
- function set cacheAsBitmap(param1:Boolean) : void;
-
- function get scrollRect() : Rectangle;
-
- function set explicitWidth(param1:Number) : void;
-
- function set owner(param1:DisplayObjectContainer) : void;
-
- function set includeInLayout(param1:Boolean) : void;
-
- function get explicitMinWidth() : Number;
-
- function get explicitWidth() : Number;
-
- function get measuredMinHeight() : Number;
-
- function set explicitHeight(param1:Number) : void;
-
- function get includeInLayout() : Boolean;
-
- function get measuredMinWidth() : Number;
-
- function get explicitHeight() : Number;
-
- function set systemManager(param1:ISystemManager) : void;
-
- function get systemManager() : ISystemManager;
- }
- }
-
-